body, ul, li, h1, h2, h3, h4, h5, h6, form, dl, dt, dd { margin: 0px; padding: 0px; font-size: 12px; font-weight: normal;}
html,body{height:100%;}
body{font:12px; font-family:"Microsoft YaHei";}
a {font-size:"Microsoft YaHei";}
p {margin: 0; padding: 0;}
ul,li { list-style: none; }
img { border-style: none; }
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #136ad3;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/*文本框发光效果开始*/
		input[type=text]:focus,input[type=password]:focus,textarea:focus{

			 transition:border linear .2s,box-shadow linear .5s;
			 -moz-transition:border linear .2s,-moz-box-shadow linear .5s;
			 -webkit-transition:border linear .2s,-webkit-box-shadow linear .5s;
			 outline:none;border-color:rgba(94,207,186,.75);
			 box-shadow:0 0 8px rgba(94,207,186,.5);
			 -moz-box-shadow:0 0 8px rgba(94,207,186,.5);
			 -webkit-box-shadow:0 0 8px rgba(94,207,186,3);
		}
/*文本框发光效果结束*/
